PDF4Java Reference Documentation
com.o2sol.pdf4java.actions Package / PDFGoToAction Class / setDestination Method
A com.o2sol.pdf4java.destinations.PDFDestination descendant specifying the destination of this action.
In This Topic
    setDestination Method
    In This Topic
    Sets the destination of the GoTo action.
    Syntax
    public void setDestination( 
       PDFDestination destination
    )

    Parameters

    destination
    A com.o2sol.pdf4java.destinations.PDFDestination descendant specifying the destination of this action.
    See Also